diff options
Diffstat (limited to 'src/pages/article/[slug].tsx')
| -rw-r--r-- | src/pages/article/[slug].tsx | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/pages/article/[slug].tsx b/src/pages/article/[slug].tsx index e906d12..889af43 100644 --- a/src/pages/article/[slug].tsx +++ b/src/pages/article/[slug].tsx @@ -72,9 +72,7 @@ const SingleArticle: NextPageWithLayout<ArticleProps> = ({ post }) => {            <Sharing title={title} excerpt={intro} />          </aside>          <section className={styles.comments}> -          <h2>{t`Comments`}</h2>            <CommentsList comments={comments} /> -          <h2>{t`Leave a comment`}</h2>            <CommentForm articleId={post.databaseId} />          </section>        </article> | 
